box.schema.role.drop()
-
box.schema.role.
drop
(role-name[, {options}])¶ Drop a role. For explanation of how Tarantool maintains role data, see section Roles.
Parameters: Example:
box.schema.role.drop('writers_space_reader')
See also: Managing roles.